home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilfile / bye / byebye.! < prev    next >
Encoding:
Text File  |  1991-06-03  |  1.4 KB  |  42 lines

  1. ===================================================================
  2. ===================================================================
  3. =========   Quick, Permanent File Deleter   =======================
  4. ===================================================================
  5. ===================================================================
  6.  
  7.            A freebee from Dave Smith
  8.  
  9.  
  10.              Usage: BYE [filename]
  11.  
  12.  
  13.     This utility totally deletes any file you specify by doing the
  14. following:
  15.  
  16.  
  17. 1. Sets Day, Month, Year, Hour, Minute and Second of file's date to zero.
  18. 2. Truncates file contents until reaches zero length.
  19. 3. Sets attribute of file to Read-Only, and Hidden.
  20. 4. Deletes file.
  21.  
  22.  
  23.  
  24.  
  25. NOTE: All traces of file are lost permanently.  I have attempted recovery
  26.    with Norton Utilities 5.0 and PCTOOLS 6.0, both of which did not
  27.    notice the deleted file.
  28.  
  29.    Once a file is killed, it cannot be brought back, therefore please
  30.    use with caution !!
  31.  
  32. ========================================================================
  33.    This is version 1.1, because version 1.0 was written in Turbo C++,
  34. and was unnecessarily large (8324 bytes).
  35.    Assembler was a much better choice for such an easy-utility !
  36. ========================================================================
  37.  
  38.  
  39.  Public Domain Software: Dave Smith, Compuserve 71441,2723.
  40.  
  41.  
  42.